<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.inner-container {
	width: 100%;
	padding: 50px 15px;
	margin-right: auto;
	margin-left: auto;
	max-width: 1200px
}


/* inner banner */

.inner-banner {
	width: 100%;
	height: 400px;
	background-size: cover !important;
	/* z-index: -1; */
}
/* breadcrumb */
.breadcrumb {}

.breadcrumb span.active {
	color: #20b09f;
}

.inner.title {
	padding-top: 0;
	height: 80px;
	margin-top: 8rem;
}


/* å†…é¡µå­èœå• */
.sub_cate {
	text-align: center;
	margin-top: 30px;
}

.sub_cate ul {
	margin: 0;
	padding: 0;
}

.sub_cate ul li {
	display: inline-block;
	margin: 0 5px;
	margin-bottom: 10px;

}

.sub_cate ul li a {
	display: block;
	padding: 0px 30px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	background: #f2f2f2;
	color: #000;
	text-decoration: none;
	font-size: 16px;
	border-radius: 4px;
}

.sub_cate ul li a.active {
	background: #20b09f;
	color: #fff;
}

.sub_cate ul li:hover a,
.sub_cate ul li.hover a {
	background: #20b09f;
	color: #fff;
}

/* ç®€ä»‹ */
.inner-container .about {
	padding: 0 15px;
	font-size: 16px;
	line-height: 30px;
	font-weight: normal;
	color: #333333;
	/*text-indent: 32px;*/
	overflow: hidden;
	margin: 10px auto;
}

	.inner-container .about .about_content p {
		text-indent: 2em;
		margin: 0;
		padding: 0;
	}

.inner-container .about .culture-title {
	font-size: 16px;
	color: #333;
}

.inner-container .about .culture-content {
	font-size: 14px;
	color: #6b6b6b;
}

	.inner-container .about .video {
		margin: 30px auto;
		border-radius: 16px;
		box-shadow: 0 2px 10px 0 rgba(32, 33, 36, .28);
	}
.about .uvc-heading{
	margin:0 3%;
}

/*æ–‡åŒ–*/
.wpb_wrapper {
 width: auto;
}

.wpb_wrapper1 {
 float: left;
}
.wpb_wrapper3 {
 float: right;
 width:auto;
}

.wpb_wrapper2 {
 width: auto;
 text-align: center;
}
/* newslist */
.newslist div {
	margin-bottom: 20px;
}

.newslist .pic {
	float: left;
	width: 29%;
	position: relative;
	height: 0px;
	padding-bottom: 22%;
}

	.newslist .pic img {
		display: block;
		position: absolute;
		margin: 0px;
		padding: 0px;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

.newslist .txt {
	overflow: hidden;
	padding-left: 50px;
	float: left;
	width: 66%;
}

.newslist .time {
	color: #0970d9;
	margin-bottom: 13px;
	font-size: 18px;
}

.newslist .txt h3 {
	font-weight: normal;
}

.newslist .txt h3 a {
	display: block;
	font-size: 16px;
	color: #231815;
	margin-bottom: 30px;
	line-height: 30px;
	font-weight: bold;
	text-transform: uppercase;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}

.newslist .txt .desc {
	font-size: 14px;
	color: #888;
	line-height: 24px;
	margin-bottom: 50px;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	display: -webkit-box;
}

.newslist .txt&gt;a {
	font-size: 14px;
	color: black;
	background: #f0f0f0;
	padding: 10px 24px;
	display: inline-block;
}

/* page */
.page {
	overflow: hidden;
	padding: 40px 0 0;
	position: relative;
	text-align: center;
	width: 100%;
}

	.page ul {
		display: inline;
		float: left;
		left: 50%;
		position: relative;
	}

		.page ul li {
			display: inline;
			float: left;
			color: #989898;
			font-size: 14px;
			width: 20px;
			height: 38px;
			line-height: 38px;
			margin: 0 4px;
			text-align: center;
			cursor: pointer;
			position: relative;
			right: 50%;
		}

			.page ul li a {
				width: 20px;
				height: 38px;
				line-height: 38px;
				color: #333;
				font-weight: normal;
				text-decoration: none;
				float: left;
				text-align: center;
			}

				.page ul li a:hover,
				.page ul li.cr a {
					color: #20b09f;
				}

			.page ul li.prev,
			.page ul li.next {
				width: 38px;
			}

				.page ul li.prev a,
				.page ul li.next a {
					width: 38px;
					text-indent: -999em;
					background-image: url(../images/page.png);
					background-repeat: no-repeat;
					border-radius: 45px;
				}

				.page ul li.prev a {
					background-position: left top;
					background-color: #dadbdd;
				}

				.page ul li.next a {
					background-position: right top;
					background-color: #dadbdd;
				}

				.page ul li.prev a:hover {
					background-color: #009531;
				}

				.page ul li.next a:hover {
					background-color: #009531;
				}
/* detail */
.artshow {
	line-height: 25px;
	font-size: 14px;
	padding: 0 0 15px 0;
}

.artshow .title {
	text-align: center;
	font-size: 32px;
	line-height: 40px;
	font-weight: 500;
	font-variant: normal;
	margin: 0;
	padding: 15px 0;
	font-family: microsoft yahei;
}

.artshow .info {
	text-align: center;
	font-family: microsoft yahei;
	color: #999;
	padding: 0 0 15px 0;
	font-size: 14px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 20px;
}

.artshow p {
	margin: 0.5em 0;
	font-size: 14px;
	text-align: justify;
}

.artshow .content {
	/*padding: 30px 0;*/
}

	.artshow .content img {
		height: auto !important;
		display: block;
		margin: 10px auto;
		max-width: 100% !important;
	}

.about .content img {
	max-width: 100% !important;
	height: auto;
}

.artshow .pre {
	margin: 5px 0 5px 0;
	color: #999;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

	.artshow .pre .down {
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.artshow .pre .up {
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.artshow .next {
		margin: 0 0 5px 0;
		color: #999;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}


/* å›¾ç‰‡åˆ—è¡¨ */
.proBox {
	width: 100%;
}

.proLists {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 1rem;
}

.proList {
	position: relative;
	top: 0px;
	float: left;
	overflow: hidden;
	padding: 1rem;
	transition: all .5s ease;
}

.proList1 {
	position: relative;
	top: 0px;
	float: left;
	overflow: hidden;
	padding: 1rem;
	transition: all .5s ease;
}

.imgBox {
	position: relative;
	height: 0px;
	padding-bottom: 80%;
}

.imgBox img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.link {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 100%;
	height: 100%;
}

.keyBox {
	display: none;
	margin: 10px 0;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	line-height: 1.5rem;
	min-height: 4.5rem;
}

/* cotact */
.contact-icon {
	width: 70%;
}

.aio-icon-header h3.aio-icon-title {
	margin: 0;
	display: block;
	font-size: 24px;
	line-height: 1.2em;
	display: inline-block;
}

.vc_column_container&gt;.vc_column-inner{
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

@media only screen and (min-width: 769px) {
	.proList:not(:nth-child(3n)) {
		margin-right: 0px;
	}

	.proList {
		width: calc((100% - 20px)/3);
	}

		.proList1:not(:nth-child(3n)) {
			margin-right: 0px;
		}

	.proList1 {
		width: calc((100% - 20px)/3);
	}

	.titleBox {
		margin: 20px 0px 10px;
		text-align: center;
	}

	.proList:hover {
		top: -10px;
		box-shadow: rgba(37, 85, 243, 0.2) 0px 3px 18px 2px;
	}
}

@media only screen and (min-width: 1025px) {
	.proList:not(:nth-child(4n)) {
		margin-right: 0px;
	}

	.proList:nth-child(4n) {
		margin-right: 0px;
	}

	.proList {
		width: calc((100% - 0px)/4);
	}

		.proList1:not(:nth-child(4n)) {
			margin-right: 0px;
		}

		.proList1:nth-child(4n) {
			margin-right: 0px;
		}

	.proList1 {
		width: calc((100% - 0px)/4);
	}
}

@media only screen and (max-width: 768px) {
	.proList {
		width: 100%;
		padding: 1rem 0;
	}

	.proList1 {
		width: 100%;
		padding: 1rem 0;
	}

	.titleBox {
		margin: 20px 0px 10px;
		font-size: 16px;
	}

	.contact-list .aio-icon-component:nth-child(5) {
		width: 100%;
	}

	.contact-list .aio-icon-title {
		font-size: 18px;
	}

	.vc_row {
		margin-left: 0;
		margin-right: 0;
	}
/* 	about uvc-heading  */

		.about .uvc-heading {
    width: 100%;
    margin: 0;
}
}

/* form */
.job-box .shen_title {
	width: 100%;
	float: none;
	font-size: 20px;
	line-height: 20px;
	font-weight: 600;
	padding-left: 20px;
	margin: 30px 0 10px 0;
	position: relative;
}

.job-box .shen_title::before {
	content: "";
	width: 3px;
	height: 100%;
	background-image: -moz-linear-gradient(0deg, rgb(25, 180, 110) 0%, rgb(85, 196, 236) 100%);
	background-image: -webkit-linear-gradient(0deg, rgb(25, 180, 110) 0%, rgb(85, 196, 236) 100%);
	background-image: -ms-linear-gradient(0deg, rgb(25, 180, 110) 0%, rgb(85, 196, 236) 100%);
	position: absolute;
	top: 0;
	left: 0;
}

.job-box .shen-a {
	flex-direction: row;
	padding-top: 1px;
	overflow: hidden;
	padding-bottom: 30px;
	/* background-color: #fcf8e3 */
}

.job-box .shen-a .inputarea:first-child {
}

.job-box .inputarea {
	float: left;
	width: 50%;
	position: relative;
	margin-top: 30px;
}

.job-box&gt;.inputarea:nth-child(2n) {
	float: right;
}

.job-box .inputarea input {
	width: calc(100% - 190px);
	height: 40px;
	border: 1px solid #ccc;
	font-size: 16px;
	outline: none;
	color: #29323E;
	margin-left: 5px;
	padding-left: 4%;
}

.job-box .inputname {
	font-size: 15px;
	width: 152px;
	float: left;
	/* text-align: right; */
	/* line-height: 240%; */
	color: #5C6670;

	height: 40px;
	line-height: 40px;
}

.job-box .posimportant {
	color: #FF0000;
}

.job-box .icon_coordinate.dataa {
	font-size: 16px;
	color: #ff6600;
	position: relative;
	z-index: 9;
	top: 4px;
	left: 3.8%;
}

.job-box .down {
	width: 173px;
	position: absolute;
	width: 600px;
	height: 361px;
	margin-left: 142px;
	padding-left: 28px;
	padding-top: 5px;
	z-index: 1;
	background: #ffffff;
	border: 1px solid #D3DDE7;
	overflow: hidden;
	max-height: 361px;
	overflow-x: hidden;
	overflow: auto;
	display: none;
	
}

.job-box .inputarea select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.job-box .area_select {
	width: calc(100% - 190px);
	height: 40px;
	border: 1px solid #ccc;
	font-size: 16px;
	outline: none;
	color: #757575;
	margin-left: 5px;
	padding-left: 4%;
	background: url(../images/down_arrow.png) no-repeat scroll 96% center transparent;
	background-size: 16px 10px;
}

.job-box .subbutton {
	width: 260px;
	height: 44px;
	background-color: rgb(32, 176, 159);
	outline: none;
	border: none;
	font-size: 16px;
	text-align: center;
	line-height: 44px;
	color: #FFF;
	margin-top: 30px;
	margin-bottom: 30px;
}

.job-box .borbutton {
	width: 260px;
	height: 44px;
	background-color: #fff;
	outline: none;
	border: 1px solid #ddd;
	font-size: 16px;
	text-align: center;
	line-height: 44px;
	color: #333;
	margin-top: 20px;
}

.job-box .fa.dataa {
	font-size: 16px;
	color: #ff6600;
	position: relative;
	z-index: 9;
	top: 4px;
	left: 3.8%;
}

.job-box .btn {
	width: 100%;
	text-align: center;
	margin: 30px 0;
}

.job-box .inputarea .input.miniinput {
	width: calc(50% - 103px)
}

.job-box .form-check-label {
	font-weight: normal;
	/* color: #ff6600; */
}

/* join-list */
.join-list {
	margin-top: 55px;
}

.join-list li .tit {
	cursor: pointer;
	background: #FFFFFF;
	border-bottom: 1px solid #eeeeee;
	font-size: 0;
	padding: 0 5%;
}

.join-list li .tit span {
	padding: 25px 5px 25px 0;
	width: 12%;
	text-align: center;
	font-size: 14px;
	color: #333333;
	display: inline-block;
	vertical-align: middle;
}

.join-list li .top-tit {
	cursor: auto;
	border: none;
	background: #20b09f;
}

.join-list li .top-tit span {
	padding: 18px 2px;
	font-size: 18px;
	color: #FFFFFF;
}

.join-list li .tit .span-1 {
	width: 33%;
	text-align: left;
}

.join-list li .tit .span-5 {
}

.join-list li .tit .span-6 {
	padding: 0;
}

.join-list li .tit .span-6 i {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url(../images/join_down.png);
	background-size: cover;
}

.join-list li .con {
	display: none;
	padding: 20px 5% 40px;
	line-height: 28px;
	color: #999999;
	border-bottom: 1px solid #eeeeee;
}

.join-list li .con .tip {
	padding-bottom: 5px;
	padding-top: 40px;
	color: #333333;
	font-size: 16px;
}

.join-list li .con .tip2 {
	padding-top: 45px;
}

.join-list li .con .mail-text {
	color: #20b09f;
	font-size: 20px;
}

.join-list li .con .mail-text:hover {
	text-decoration: underline !important;
}

.join-list li.active .tit {
	border-bottom: 1px solid #20b09f;
}

.join-list li.active .tit span {
	color: #20b09f;
}

.join-list li.active .top-tit span {
	color: #FFFFFF;
}

.join-list li.active .span-6 i {
	background-image: url(../images/join_up.png);
}

a.subbutton {
	display: inline-block;
	text-decoration: none;
}

a.subbutton:hover {
	text-decoration: none;
}

/* product */
/* product left */
.prodlist{
	overflow: hidden;
	width: 100%;
}
.product-left{
	width: 358px;
	float: left;
}
.product-left .inner.title {
    margin-top:0;
	margin-left: 0;
	text-align: left;
}
.product-left .title.title_center span {
    padding-left: 20px;
    position: relative;
}
.title.title_center span .title_line {
	
}
/* vue-tree-list */
.vue-tree-list {
	list-style-type: none;
	padding-left: 20px;
	

}

.vue-tree-list .item-wrapper {
	padding: 5px 0;
	height: 100%;
	line-height: 100%;
}

.vue-tree-list .item-bold {
	font-weight: bold
}

.vue-tree-list .item-toggle,
.vue-tree-list .item-checkbox,
.vue-tree-list .item-label {
	cursor: pointer;
}

.vue-tree-list .item-toggle {
	display: inline-block;
	width: 26px;
	height: 26px;
	text-align: center;
	overflow: hidden;
	position: relative;
	top: 6px;
}

.fa {
	width: 24px;
	height: 24px;
	background-size: 100% 100%;
}

.fa-angle-down {
	background: url(../images/icon-down.png);
}

.fa-angle-right {
	background: url(../images/icon-right.png);
}

.fa-angle-sub {
	background: url(../images/icon-sub.png);
}
.vue-tree-list&gt;.vue-tree-item .item-label {
	font-size: 16px;
}
.vue-tree-list&gt;.vue-tree-item&gt; ul li .item-label{
	font-size: 14px;
} 
.vue-tree-list&gt;.vue-tree-item&gt; .vue-tree-list&gt;.vue-tree-item&gt; ul li .item-label{
	font-size: 12px;
} 


/* product-right */
.product-right {
	width: calc(100% - 358px);
	float: right;
}

.product-right .title {
	text-align: center;
	font-size: 32px;
	line-height: 40px;
	font-weight: 500;
	font-variant: normal;
	margin: 0;
	padding: 15px 0;
	font-family: microsoft yahei;
}
/* jiaodiantu */
.focus2{ 
	position:relative;
	overflow: hidden;
	width: 100%;
	height:500px;
	margin: 20px 0;
}  
.focus2 .shadow{ 
	width:100%;text-align: left; position:absolute; bottom:0; left:0px; 
	z-index:10; height:44px;line-height:44px;
	overflow: hidden;
	background:rgba(0,0,0,0.6);    
	filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#80000000',endColorstr = '#80000000')\9;  display:block;}  
.focus2 .shadow a{
	text-align: left; text-decoration:none; color:#fff; font-size:16px; overflow:hidden; margin-left:16px;
	display: block;width: 470px;text-overflow: ellipsis;white-space: nowrap;

}
.focus2 .swiper-wrapper,.focus2 .swiper-container{
	height: 100%;
}

.focus2 .swiper-slide{
	width: 100%;
	height: 100%;
	line-height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.focus2 .swiper-slide img{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: 0px;
	background-image: url(../images/right.png);
	z-index: 99;
}

.swiper-button-prev,
.swiper-button-next {
	z-index: 99;
	width: 50px;
	height: 70px;
	background-size: 100% 100%;
}
.swiper-button-prev{
	left: 0px;
	background-image: url(../images/prev.png);
	
}
.swiper-button-next {
	right: 0;
	background-image: url(../images/next.png);
}
/*qiehuan*/
.xinwen {
	padding-top: 5px;
}

.xinwen .titl {
	overflow: hidden;
	height: 50px;
	background: #f2f2f2;
	color: #333;
	border-radius: 4px;
}

.xinwen .titl ul {
	overflow: hidden;
	position: relative;
}

.xinwen .titl ul li {
	padding: 0 20px;
	height: 50px;
	float: left;
	text-align: center;
	margin-right: 7px;
}

.xinwen .titl ul li a {
	font-size: 16px;
	font-weight: normal;
	color: #333;
	line-height: 50px;
	background: none;
}

.xinwen .titl ul li.cur {
	color: #fff;
	background: #20b09f;
	border-radius: 4px;
}

.xinwen .titl ul li.cur a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

.xwzx_wrb {
	overflow: hidden;
	padding: 20px 0;
	font-size: 16px;
	line-height: 30px;
}
	.xwzx_wrb img {
		max-width: 100%;
		min-width: 52%;
		text-align: center;
		display: block;
		margin: 5px auto;
	}
.xinwen .r-more {
	top: 15px;
}
/* down-file */
.down-file{}
.down-file a{
	display: block;
	font-size: 16px;
	color: #20b09f;
	line-height: 48px;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}

/* product list */
.product-right.list-group{
	
}
.product-right.list-group .row{
	margin: 0;
}
.product-right.list-group .index_dvi2_a{
	font-size: 16px;
	font-weight: normal;
}
.product-right.list-group .row .col-xs-12{
	min-height: 1px;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 36px ;
	/* padding: 0; */
}
	.product-right.list-group .row .over {
		border: 1px solid #ddd;
		height: 300px;
	}

/* media start */
@media (min-width: 1200px) {
	.inner-container {}

}

@media (max-width:1800px) {}



@media (max-width:1700px) {}

@media (max-width:1600px) {}


@media (max-width:1480px) {}



@media (max-width:1366px) {}

@media (max-width:1280px) {}

@media (max-width:1200px) {}


@media (max-width:1500px) {}


@media (max-width:990px) {
	.inner-container .about .video {
		width: 100%;
		margin: 0;
		max-width: 900px;
	}

	/*ä¼ä¸šæ–‡åŒ–*/
	.wpb_wrapper {
		width: auto;
		float: none;
	}

	/* form */
	.job-box .blog-post {
		margin: 15px 0;
	}

	.job-box .inputarea {
		display: flex;
		flex-direction: row;
		align-items: center;
		padding: 5px 0;
		border-bottom: 1px solid #EFEFEF;
		width: 100%;
	}

	.job-box .inputname {
		width: 90px;
		width: 142px;
		font-size: 14px;

		font-weight: 500;
		color: rgba(33, 32, 41, 1);
	}

	.job-box .inputarea input {
		flex: 1;
		border: none !important;
		outline: none;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		font-size: 14px;

	}

	.job-box .posimportant {
		display: inline-block;
	}

	.job-box .shen-a .inputarea:first-child {
		margin: 0;
		height: 50px;
	}

	.job-box .marleft {
		margin-left: 0;
	}

	.job-box .inputqiye {
		padding-left: 0;
	}

	.job-box .area_select {
		border: 0;
		font-size: 14px;
	}

	.job-box .btn {
		margin-top: 0;
	}

	.job-box .subbutton {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}

	.a1 {
		height: 100px;
		background-color: purple;
	}

	/* = JOIN = */
	/* ========== */
	.join {
		padding: 1rem 0;
	}

	.join-list {
		margin-top: 1rem;
	}

	.join-list li {
		padding-right: 0;
	}

	.join-list li .tit {
		padding-right: 0;
	}

	.join-list li .tit span {
		width: 16%;
		padding: 12px 1px;
		font-size: 11px;
	}

	.join-list li .tit .span-1 {
		width: 16%;
		margin-right: 0;
	}

	.join-list li .tit .span-2,
	.join-list li .tit .span-3 {
		/*display: none;*/
	}

	.join-list li .con {
		padding: 0 20px 20px;
		font-size: 12px;
		line-height: 26px;
	}

	.join-list li .con .tip {
		padding-top: 20px;
		font-size: 14px;
	}

	.join-list li .con .tip2 {
		font-size: 14px;
	}

	.join-list li .con .mail-text {
		display: block;
		font-size: 16px;
	}
/* product list */
.product-right,.vue-tree-list{
	width: 100%;
}


}

@media (max-width:767px) {
	.artshow .title {
		font-size: 24px;
	}
	/* product right */
	.xinwen .titl ul li{
		padding: 0 10px;
	}
	.xinwen .titl ul li a{
		font-size: 14px;
	}
}

@media (max-width: 480px) {
	.inner-banner {
		height: 240px;
		margin-top: -50px;
	}

	.newslist .pic {
		width: 100% !important;
		height: auto !important;
		padding-bottom: 0;
	}

	.newslist .pic img {
		position: relative;
	}

	.newslist .txt {
		width: 100%;
		padding-left: 0;
	}

	.inner-container {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	/* sub_cate */
	.sub_cate ul li a {
		font-size: 14px;
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 480px) {}
/*è”ç³»æˆ‘ä»¬*/
@media screen and (max-width:1200px) {
	.contact-list .aio-icon-component {
		width: 100%;
		float: left;
	}

	.contact-list .aio-icon-description.ult-responsive {
		font-size: 14px;
	}
}


.jltd {
	background: #20b09f;
	color: #fff;
	display: block;
	padding: 0px 25px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	text-decoration: none;
	font-size: 16px;
	border-radius: 4px;
	width: 180px;
	float: right;
/*	margin-bottom:20px;*/
}

.jltdbtn:hover a {
	background: #20b09f;
	color: #fff;
}</pre></body></html>